home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / ddclient / vendinfo.diz < prev   
VENDINFO  |  1999-01-26  |  10KB  |  201 lines

  1. +-------------------------------------------────────-----────────----+
  2. | This VENDINFO Product Information File contains both readable text |
  3. | and tools-accessible data about a product.  See the last text      |
  4. | section, below, for more information about VENDINFO and its tools. |
  5. +--------------------------------------------------------------------+
  6. VENDINFO standard v1.04, produced by VendEdit v1.30, 27-Jan-1999
  7.  
  8. ===== Product Information ==============================
  9.    Product:             DDClient DDE Client ActiveX control
  10.    Version:             1.00
  11.    Version Date:        16-Jan-1999
  12.    Product Type:        Software
  13.    Basic Distribution Policy (see License, below, for details):
  14.       Shareware, freely distributable by all channels
  15.  
  16.    Product Description: DDClient is an ActiveX Control which allows 
  17.                         Visual Basic 5 and later to make full use of 
  18.                         the client side of Dynamic Data Exchange, 
  19.                         including asynchronous operation. The control
  20.                         uses the DDEML library to provide guaranteed 
  21.                         correct DDE protocol usage. The full control 
  22.                         requires a design time licence. A slightly 
  23.                         limited licence free demonstration version is
  24.                         included.
  25.    Reason for version:  
  26.  
  27.    Category:            Utilities; Software tools & add-ins; For 
  28.                         operating systems; Windows
  29.    Keywords:            ActiveX DDE DDEML Visual Basic VB
  30.    Reason for Version:  
  31.    Required Packages:   DDCLNT10
  32.    This Package:        DDCLNT10
  33.    Registration Fee:    250.00
  34.  
  35.    Required Configuration
  36.       Processor Family: Intel 80x86 (minimum 80486)
  37.       Minimum OS:       Windows 95
  38.       Hard Drive Space: 650K
  39.       Req'd Software:   MSVBVM50.DLL
  40.  
  41.    Orders:
  42.       Address:          ShareIt! Inc,
  43.                         PO Box 844,
  44.                         Greensburg PA 15601-0844,
  45.                         USA
  46.       Toll-Free Phone:  1-800-903-4152
  47.       Phone:            +49-221-2407279
  48.       FAX:              +49-221-2407278
  49.       Internet:         register@shareit.com
  50.       Other E-mail:     http://www.shareit.com/programs/102950.htm
  51.  
  52.    Support:
  53.       Address:          RHA (Minisystems) Ltd
  54.                         83 Gidley Way,
  55.                         Horspath,
  56.                         Oxford OX33 1TQ,
  57.                         England
  58.       AmOnLine:         rhaminisys
  59.       Internet:         rhaminisys@aol.com
  60.       Other E-mail:     http://www.angelfire.com/biz/rhaminisys
  61.  
  62.  
  63. ===== Information for Users ("READ-ME") ================
  64.  
  65. DDClient is an ActiveX Control (OCX) which allows Visual Basic 5 and
  66. later to make full use of the client side of Dynamic Data Exchange. The
  67. control uses the DDEML library to provide guaranteed correct DDE
  68. protocol usage. The application is not restricted by the limited DDE
  69. capabilities of Visual Basic. The help file includes an overview of DDE
  70. and complete design time context sensitive help. The package comes with
  71. test applications in compiled and source code form.
  72.  
  73. Data in any format can be received and sent, not just strings as with
  74. the built in mechanism. There is a logical class structure for handling
  75. conversations, advise loops, request loops and all other DDE client
  76. functions. These include the Execute and Poke methods, Wildconnect to
  77. query available servers and the recording of DDE servers as they
  78. register and unregister.
  79.  
  80. Event driven programming allows the application to start a DDE
  81. transaction and then continue without waiting for the DDE operation to
  82. finish. An event is raised when the transaction is complete.
  83. Synchronous operation, in which the applications waits, is also
  84. possible.
  85.  
  86. To use the full control DDClient in your own applications you must obtain
  87. a design time licence file. The help file has the information you need.
  88. When you have this file, simply double click on it. Regedit will read the
  89. file and make the necessary registry entries.
  90.  
  91. DDClDemo is the demonstration version of DDClient. It is fully
  92. functional and does not require a design time licence. It is limited to
  93. one conversation with up to two advise or request loops and always
  94. shows the About box on loading and unloading.
  95.  
  96.  
  97. ===== Packing List =====================================
  98.  
  99. As released by the author or publisher, this package contained the
  100. following files in addition to this VENDINFO.DIZ:
  101.  
  102.         Filename      Size     Date       Time     CRC32
  103.       FILE_ID.DIZ      381  27-Jan-1999  11:01a   72604382
  104.         SETUP.EXE   473592  27-Jan-1999  10:54a   FE3028BE
  105.        README.TXT     4702  26-Jan-1999  08:05p   85D281A7
  106.  
  107.  
  108. ===== Installation =====================================
  109.  
  110. The program Setup.exe installs the DDClient and DDClDemo controls, help
  111. file and test applications into the folder of your choice and the
  112. controls are registered. By default the location is a subdirectory of
  113. "Program Files", you can if you wish change this to your Windows\System,
  114. Winnt\System32 or any other directory. After installation, you may want
  115. to move the Visual Basic test project files to a directory in which you
  116. normally keep VB projects. The controls and compiled test programs
  117. require MSVBVM50.DLL.
  118.  
  119.  
  120. An uninstall icon is placed in the program group, the Control Panel
  121. Add/Remove programs applet can also be used. However, Windows may not
  122. be able to remove everything. The controls are registered shared
  123. programs, and the uninstall program cannot remove any files you have
  124. added to the folder. You may need to remove files and the installation
  125. folder by hand.
  126.  
  127. The following files are installed -
  128. Readme.txt
  129. Licence.txt
  130. PokeSetup.frm
  131. GlobalData.bas
  132. DDClTest.vbp
  133. DDClTest.frx
  134. DDClTest.frm
  135. DDClTest.exe
  136. DDClient.ocx
  137. Ddclient.hlp
  138. Ddclient.cnt
  139. DDClDemt.vbp
  140. DDClDemT.frx
  141. DDClDemT.frm
  142. DDClDemT.exe
  143. DDClDemo.ocx
  144.  
  145.  
  146. ===== Warranty =========================================
  147.  
  148. The software is provided "as is". It is the users responsibility to
  149. ensure that the software is fit for any purpose it is used for. RHA
  150. (Minisystems) Ltd and its employees cannot be help responsibly for any
  151. damage resulting from the use of the software.
  152.  
  153.  
  154. ===== License for Use and Distribution =================
  155.  
  156. DDClient, DDClDemo and their associated files are copyright by RHA
  157. (Minisystems) Ltd. The original ZIP file from which the files were
  158. extracted may be distributed freely, provided that no charge is made
  159. above the actual distribution costs. You may not distribute separately
  160. any of the files extracted from the ZIP file or resulting from running
  161. the Setup program. You may not reverse engineer or modify any of the
  162. executable or OCX files. You may edit and use for any purpose the Visual
  163. Basic source files, that is to say files with extensions VBP, BAS, FRM
  164. and FRX.
  165.  
  166. RHA (Minisystems) Ltd. and its employees cannot be held responsible for
  167. any damage resulting from the use of the software. The evaluation
  168. version DDClDemo is provided for you to evaluate DDClient. It is your
  169. responsibilty to test that DDClient is working correctly in your
  170. application.
  171.  
  172. The design time licence file (obtained separately as described in the
  173. help file) is supplied for use by a single application developer.
  174. DDClient.ocx may be distributed with applications written by that
  175. developer. You are not allowed to distribute the licence file or
  176. disclose the registry entries which it creates.
  177.  
  178.  
  179. ===== About VENDINFO Files =============================
  180.  
  181. Each VENDINFO.DIZ file contains extensive information about a product.
  182. This "human-readable" section is followed by a compressed data record
  183. useable by automated tools.  The data record allows BBSes and other
  184. distributors to automate package handling, and provides users with a
  185. wealth of product information.  VENDINFO tools (free viewer for users,
  186. free or inexpensive processors for distributors, editors for authors)
  187. are available from many sources, including the originators of VENDINFO:
  188.   Rams' Island Software    Voice: 303-841-